'Declaration Public Overloads Overridable ReadOnly Property Item( _ ByVal propertyId As Object _ ) As T
'Usage Dim instance As PropertyDefinitionBaseCollection(Of T) Dim propertyId As Object Dim value As T value = instance.Item(propertyId)
public virtual T Item( object propertyId ) {get;}
Parameters
- propertyId